'Declaration Public Function New( _
ByVal destinationPointsМассив из четырех точек, определяющих четырехугольник.() As System.Drawing.PointF, _
ByVal backColorЦвет фона изображения.As Vintasoft.Imaging.ImageColors.ColorBase _
)
public QuadrilateralWarpCommand(
System.Drawing.PointF[] destinationPoints,
Vintasoft.Imaging.ImageColors.ColorBase backColor
)
public: QuadrilateralWarpCommand(
System.Drawing.PointF[]* destinationPoints,
Vintasoft.Imaging.ImageColors.ColorBase* backColor
)
public:
QuadrilateralWarpCommand(
array<System.Drawing.PointF>^ destinationPoints,
Vintasoft.Imaging.ImageColors.ColorBase^ backColor
)
Parameters
- destinationPoints
- Массив из четырех точек, определяющих четырехугольник.
- backColor
- Цвет фона изображения.